/ Assembly List / LJCAppManagerDAL / UserAppModules / Add

Namespace - LJCAppManagerDAL


Parameters
id - The record ID.
programID - The program ID.
moduleID - The module ID.

Returns

A reference to the added item.

Syntax

C#
public UserAppModule Add(Int32 id, Int32 programID, Int32 moduleID)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.